home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / fn_ndi / fn_ndir.ch next >
Text File  |  1996-07-10  |  483b  |  27 lines

  1. /*
  2.  * File......: FN_NDIR.CH
  3.  * Author....: Mark Mitchelson
  4.  * CIS ID....: 76515,2207
  5.  * Date......: 9/20/94
  6.  * Revision..: $Revision$
  7.  * Log file..: $Logfile$
  8.  *
  9.  * This is an original work by Mark Mitchelson and placed in public domain.
  10.  *
  11.  *
  12.  * Modification history:
  13.  * ---------------------
  14.  *
  15.  * $Log$
  16.  *
  17.  */
  18.  
  19.  
  20. #include "Directry.ch"
  21.  
  22. // Extended subscripts for the DIRECTORY() return array
  23. #define F_OWNER 6
  24. #define F_CREATE 7
  25. #define F_LASTACCESS 8
  26.  
  27.